//==============================================================================
// Hawskbill_anim.txt
//==============================================================================

//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Animal Hawksbill Wake
      }
   }
}

//==============================================================================
define buoy
{
   set hotspot
   {
      version
      {
			Visual World A Bouy
      }
   }
}

//==============================================================================
define Turtle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal Turtle_Swim
				connect CHIN wakewalk Hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      WorkedOnLogic
      set hotspot
      {
         version
         {
            Visual Animal Turtle Attachpoint
                                Length 15.0
				connect attachpoint Turtle Hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Animal Turtle Attachpoint
                                Length 15.0
				connect HOTSPOT buoy HOTSPOT
				connect attachpoint Turtle Hotspot
         }
      }
   }
}
